Skip to main content

penColor

Type

property

Summary

Specifies the color used for drawing with the paint tools.

Syntax

set the penColor to {<colorName> | <RGBColor>}

Description

Use the penColor property to change the color used with the pencil, line, and curve paint tools, and for the borders of shapes.

If the penPattern has been set since the last time the penColor was set, the pattern is used instead of the color specified by penColor. In other words, the last-set property takes priority.

Examples

set the penColor to "blue"
set the penColor to 255,255,255 -- white

keyword: pencil, curve, line

property: penPattern, brushColor

command: choose

glossary: property, hexadecimal, paint tool, integer, color reference

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?